This sample movie illustrates one method for creating a back
(history) button. The button uses a list generated by having the playback
head stop on particular markers. As the playback head is instructed to go
back, items from the list are removed. The method is illustrated in two
movies to show back button functionality from movie to movie.
Developer
Notes The sample file included in this TechNote contains code
comments and a cast member named "Developer Notes," which contains
implementation details.
Lingo The following Lingo
commands were used to create the functionality in this sample movie.
Please refer to the Lingo dictionary for more information about these
terms: frameLabel, movieName, append, getAt, word, deleteAt, string,
go
next, global, fontStyle, count, repeat, contains, item
Note: This is just one of the many ways to create
this functionality in Director.
lingo,
back, history, sample, file, code, example, the frameLabel, the
movieName, append, getAt, word, deleteAt, string, go next, global,
fontStyle, count, repeat, contains, item